home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 7 / Apprentice-Release7.iso / Source Code / C / Applications / Talking Clock Pro™ 2.0.1 / Talking Clock Pro Source / Extension / (ShowINIT) / main.c next >
Encoding:
C/C++ Source or Header  |  1993-09-03  |  129 b   |  11 lines  |  [TEXT/CWIE]

  1. /*
  2.  * main.c
  3.  */
  4.  
  5. extern pascal void ShowINIT ( short iconID , short deltaX ) ;
  6.  
  7. void
  8. main ( void ) {
  9.     ShowINIT ( 128 , 40 ) ;
  10. }
  11.